$intMonth = Date.GetMonth
("<date>")
Returns the month of the year in the given date expression.
Parameters
<date> Any valid date expression in dd/mm/yyyy format.
Return Value
Returns an integer between 1 and 12.
Remarks
Similar to Month function in VB Script.
Example
$ret = date.GetMonth ("17/10/2005")